DeviceSpecific
("<FunctionName>", [
Parameters ] )
Calls a specific function directly from the voice hardware driver.
Parameters
<FunctionName>
Specifies the name of the function to be called directly from the driver.
[
Parameters ] Parameters passed to the function. This varies with the function you call and can be avoided if no arguments are passed.
Return
Value
Returns the result of the called function.
Remarks
- The
function passes the string parameters directly to the DeviceSpecific() function of the driver DLL.
- Recommended only for advanced users who require special functionalities that are not probable from the IVR script like Conferencing, Faxing etc.